home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7488 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  31 lines

  1. Path: news.channel1.com!channel1!adam.saltman
  2. Distribution: world
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland C++ 4.52 novice q
  5. From: adam.saltman@channel1.com (Adam Saltman)
  6. Message-ID: <40.84595.1613@channel1.com>
  7. References: <4geoar$fit@newsbf02.news.aol.com>
  8. Date: Fri, 23 Feb 1996 09:56:00 -0640
  9. Organization: Channel 1(R) 617-864-0100 Info
  10.  
  11. References: <4geoar$fit@newsbf02.news.aol.com> <4geoar$fit@newsbf02.news.aol.com>
  12. It could be that you're not enclosing your #include in angle brackets. 
  13. For example:
  14. #include "stdio.h"
  15. looks in the current directory, and
  16. #include <stdio.h>
  17. looks in the include directory you named in the compiler default 
  18. settings (typically \bc45\include, I think).
  19.  
  20. Adam
  21.  
  22.  
  23. ============================================================================
  24. Adam E. Saltman, MD, PhD                Email: adam.saltman@channel1.com
  25. Division of Cardiothoracic Surgery      Voice: 617-732-2031 
  26. Deaconess Hospital                      Fax:   617-732-2033
  27. One Deaconess Road, Boston, MA 02215
  28. ============================================================================
  29.  
  30.  * RM 1.3 03166 * Do not believe in miracles ** rely on them.
  31.